Skip to main content

Logs_Haynes_GetRepairRenewalNodes Tables

The logs_haynes_getRepairRenewalNodes_latest and logs_haynes_getRepairRenewalNodes_changelog tables stores the requests and responses of each getRepairRenewalNodes haynes pro API call made, including errors and api timestamps.


🔹 Standard Columns​

Column NameData TypeNullableDescription
document_nameSTRINGYESName of the Firestore document
document_event_idSTRINGYESUnique ID representing the document event (change ID)
document_timestampTIMESTAMPYESTimestamp when the document event occurred
document_operationSTRINGYESType of Firestore operation (e.g., CREATE, UPDATE, DELETE)
document_idSTRINGYESID of the Firestore document
apiCallTimeInMilliSecondsINT64YESTime taken to complete the API call in milliseconds
contextSTRINGYESContext of the log (e.g., module or feature name)
levelSTRINGYESLog level
yearSTRINGYESyear of the API call
monthSTRINGYESmonth of the API call
daySTRINGYESday of the API call
documentIdSTRINGYESunique document id in firebase

🔸 Struct Columns​

request​

Column NameData TypeNullableDescription
messageSTRINGYESDescription of the request
payload.countryCodeSTRINGYESCountry code
payload.identifierValueSTRINGYESIdentifier value
payload.languageCodeSTRINGYESLanguage code
payload.lookupTypeSTRINGYESLook up type
payload.typeIdSTRINGYESId of the look up type
timestampINT64YESTimestamp of the request (in Unix time)

response​

Column NameData TypeNullableDescription
messageSTRINGYESResponse message
timestampINT64YESTimestamp of the response (in Unix time)
data.GetRepairRenewalNodesResultRECORDYESContains repair node results
data.GetRepairRenewalNodesResult.RepairNodeRECORD REPEATEDREPEATEDList of repair/renewal node entries
data.GetRepairRenewalNodesResult.RepairNode.DescriptionSTRINGYESDescription of the repair node
data.GetRepairRenewalNodesResult.RepairNode.RepairNodeIdSTRINGYESUnique identifier for the repair node

timestamp​

Column NameData TypeNullableDescription
secondsINT64YESSeconds since Unix epoch
nanosecondsINT64YESNanoseconds part of the timestamp

error​

Column NameData TypeNullableDescription
dataSTRINGYESAdditional error data
messageSTRINGYESError message
nameSTRINGYESName/type of the error
stackSTRINGYESStack trace of the error
timestampTIMESTAMPYESTimestamp when the error occurred